CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - data matrix

搜索资源列表

  1. font_operation

    0下载:
  2. 此程序ch_font.exe用于字库汉字点阵提取,功能1:将汉字库文件中提取汉字字符串的点阵数据写入到文件中; 功能2:根据汉字点阵查询其代表的汉字,内附有相关使用文档。 -ch_font.exe procedure for Chinese character dot matrix extraction, a function : Store documents will be extracted as a string of Chinese characters into the da
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:319110
    • 提供者:tonyyang
  1. 1111111111111111111111111111

    0下载:
  2. 读取图象数据到矩阵 读取图象数据到矩阵-read image data matrix to read image data to read image data matrix to matrix
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2558
    • 提供者:panzhi
  1. ff

    0下载:
  2. 本程序是数字图像矩阵数据的显示及其傅立叶变换的应用-digital image data matrix display and the application of the Fourier transform
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3217
    • 提供者:宁学勇
  1. ofdm-data

    0下载:
  2. ofdm数据源仿真,包括数据产生,数据的矩阵变化等!-ofdm simulation data sources, including data generation, data matrix changes!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1006
    • 提供者:handsome
  1. datamatrixcodingprocedures

    0下载:
  2. data matrix编码程序 将字符串转换为二维码黑白图形-data matrix encoding process will convert a string to two-dimensional black-and-white graphics code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1317070
    • 提供者:gdq
  1. moving_average_v3.1

    0下载:
  2. Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps. -MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at hi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:100158
    • 提供者:王平
  1. mrankwin

    0下载:
  2. classify the objects in data matrix based on the attributes Criteria: minimize Euclidean distance between centroids and object points For more explanation of the algorithm-classify the objects in data matrix based on the attributes Cr
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1355
    • 提供者:jntu
  1. Matrix

    0下载:
  2. Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1500
    • 提供者:艾枫
  1. pca_analysis

    0下载:
  2. 程序说明:y = pca(mixedsig),程序中mixedsig为 n*T 阶混合数据矩阵,n为信号个数,T为采样点数。y为 m*T 阶主分量矩阵。n是维数,T是样本数。-Procedure Note: y = pca (mixedsig), the program mixedsig for the n* T-order mixed data matrix, n is the signal number, T the sampling points. y for m* T-order pri
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1379
    • 提供者:王辉
  1. pcass

    0下载:
  2. This an efficient implementation of PCA, which use smaller dimension of the data matrix to compute the eigenvectors-This is an efficient implementation of PCA, which use smaller dimension of the data matrix to compute the eigenvectors
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:958
    • 提供者:samsom
  1. Image-Data-Hiding

    0下载:
  2. to see GUI in platform MATRIX LABORATORIUM
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1015112
    • 提供者:Alexandro
  1. Perspective-Projection-Matrix

    0下载:
  2. 透视投影为三维图形显示的基础,在此基础上提出了一种基于透视投影矩阵的数学模型.可方便地将空间三维坐标转换为透视投影坐标,并实时地在屏幕上展现出来.并以三维数据的透视投影为例,显示了经过该透视变换后的透视图,验证了该方法的有效性.-Perspective projection of three-dimensional graphics based on this based on the perspective projection matrix based on a mathematical m
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:307251
    • 提供者:chengdu
  1. matrix

    0下载:
  2. c++数学应用的矩阵类, buffer 为矩阵数据缓存器类, matrix 为矩阵类。-c++ Matrix class of mathematical applications , buffer cache for the data matrix class matrix for the matrix class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:19254
    • 提供者:sun lin
  1. Matrix

    0下载:
  2. 个人原创代码:编写Java Application程序的方法,声明一个矩阵类Matrix,成员变量是一个二维数组,设数组元素类型为int,请设计方法: (1)构造方法: Matrix() //构造一个10X10个元素的矩阵,没有数据 Matrix(int n,int m) //构造一个nXm个元素的矩阵,数据由随机数产生 Matrix(int table[][]) //以一个整型的二维数组构造一个矩阵 要求使用 this (2) 实例方法: public void
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1344
    • 提供者:李瑞
  1. Data-Matrix--recognitiaon

    0下载:
  2. Data Matrix条码识别代码程序,附图像处理过程-Data Matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:17826
    • 提供者:邹敏红
  1. matrix

    0下载:
  2. 功能简介:该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。 设计要求: 1.利用已知的向量类对象定义一个矩阵类,矩阵类的数组是向量子对象,同样定义矩阵类的各种属性、方法及运算符重载函数。 2.完善成员函数,使矩阵可以由文件输入是体的输入格式自己规定 3.完成矩阵的赋值,转置,乘法等运算,要求用整形矩阵和浮点型矩阵分别演算 更改MAIN函数结构,可以由用户选择输入矩阵数据的方式和可以连续运行,直到选择退出为止 -Feature
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2377
    • 提供者:袁亮
  1. matrix

    0下载:
  2. 矩阵乘法 给定两个矩阵 A 和 B,其中 A 是具有 M 行、K 列的矩阵, B 为 K 行、N 列的矩阵, A 和 B 的矩阵积为矩阵 C, C 为 M 行、N 列。矩阵 C 中第 i 行、第 j 列的元素 Cij 就是矩阵 A 第 i 行每个元素和矩阵 B 第 j 列每个元素乘积的和,即 要求:每个 Ci j 的计算用一个独立的工作线程,因此它将会涉及生成 M×N 个工作线程。主 线程(或称为父线程)将初始化矩阵 A 和 B,并分配足够的内存给矩阵 C,它将容纳矩阵 A 和 B
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:leser
  1. Matrix

    0下载:
  2. 包含三个数据成员:行(int 类型),列(int 类型),一个指针变量。提供一个无参数传递的构造函数和一个包含两个参数传递的构造函数。提供一个成员函数,设置矩阵元素。(Contains three data members: row (int type), column (int type), and a pointer variable. Provides a constructor with no arguments and a constructor that contains two p
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:家鸽
  1. data fitting vb

    0下载:
  2. 可以读取文本文件,进行平面、抛物面的拟合包括偏差计算,还有矩阵的运算等等。(Can read text files, plane, parabolic fitting, including deviation calculation, and matrix operations, and so on.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:22528
    • 提供者:执著唏嘘
  1. adjacency matrix to represent the graph

    0下载:
  2. (1)使用邻接矩阵表示图,定义相应的抽象数据类型。 (2)实现两个图ADTs的上述函数。 (3)从空图开始,生成图形对象表示图1所示的图形,将顶点和边逐一插入。 (4)以BFS方式遍历图。((1) Use adjacency matrix to represent graphs and define the corresponding abstract data type. (2) Realize all the above functions for the two graph AD
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:13312
    • 提供者:mia_shao
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com